From f079656f6b00ce74fad36174817890dc50c27076 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Sat, 28 Mar 2020 13:05:15 +0100 Subject: [PATCH] remove console output --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index a8a2690..b063c57 100644 --- a/index.js +++ b/index.js @@ -80,7 +80,6 @@ function build_asa_request() { response.json() .then(mobj => { - console.log(mobj) var download_url = config.asu_url + '/store/' + mobj.bin_dir; updateImages( mobj.version_number, -- 2.30.2